JavaScript Debugger Modules > What is a JavaScript Debugger Module? > getFunctionEndInstrument() |
![]() ![]() ![]() |
Availability
Dreamweaver 4.0
Description
Called after the last statement in a function declaration. If any return statements exist, then this module is called to insert instrumentation after the return value is evaluated and before the function will return strings.
Arguments
None.
Returns
A string containing the JavaScript to insert at the end of the function.
![]() ![]() ![]() |